home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 9
/
PCZONE 9 (SEP96).iso
/
dosgames
/
bigred
/
copyit.bat
< prev
next >
Wrap
DOS Batch File
|
1996-05-08
|
524b
|
19 lines
@echo off
@md %2\jeep >nul:
@md %2\atv >nul:
@md %2\samples >nul:
@md %2\gen >nul:
@md %2\dirt1 >nul:
@md %2\feheli >nul:
@copy %1\dosgames\bigred\*.* %2 >nul:
@copy %1\dosgames\bigred\jeep\*.* %2\jeep >nul:
@copy %1\dosgames\bigred\atv\*.* %2\atv >nul:
@copy %1\dosgames\bigred\samples\*.* %2\samples >nul:
@copy %1\dosgames\bigred\gen\*.* %2\gen >nul:
@copy %1\dosgames\bigred\dirt1\*.* %2\dirt1 >nul:
@copy %1\dosgames\bigred\feheli\*.* %2\feheli >nul: